'Declaration
<ObsoleteAttribute("Should use the version that takes a ISystemContext (pass null if ISystemContext is not available).")> Public Overloads Shared Function ExtractValueFromVariant(Of T)( _ ByVal value As Object, _ ByVal throwOnError As Boolean _ ) As Object
'Usage
Dim value As Object Dim throwOnError As Boolean Dim value As Object value = BaseVariableState.ExtractValueFromVariant(Of T)(value, throwOnError)
Parameters
- value
- throwOnError
Type Parameters
- T